CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman in c

搜索资源列表

  1. HUFFMAN

    0下载:
  2. Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:吴明
  1. fast huffman decoder

    0下载:
  2. A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
  3. 所属分类:密码/编码算法

    • 发布日期:2012-01-05
    • 文件大小:380277
    • 提供者:qqnice
  1. Huffman-coding

    0下载:
  2. 用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9129960
    • 提供者:王锐
  1. comp

    0下载:
  2. Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:4653
    • 提供者:站长
  1. Hf

    0下载:
  2. 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:2066
    • 提供者:lxw
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:19406
    • 提供者:站长
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. huffman

    0下载:
  2. Matlab下实现huffman编码 在MATLAB中模拟c中链表 利用复数运算-Matlab under huffman coding in the MATLAB simulation of c in the list in the use of the plural operation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:155764
    • 提供者:peng
  1. huffman.c

    0下载:
  2. Implementation of Huffman code in C
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:Lino
  1. huffman

    0下载:
  2. A file containing source code of building huffman tree in C from an array.
  3. 所属分类:TreeView

    • 发布日期:2017-04-13
    • 文件大小:2385
    • 提供者:chee
  1. Huffman

    0下载:
  2. self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2921
    • 提供者:DeamonKenji
  1. Huffman

    0下载:
  2. 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can see, as a different way of thi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4030374
    • 提供者:xiongjun
  1. newfile.c

    0下载:
  2. huffman code immlemanted in C++. goog one this is must run. if u found any bug mail to me
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7447
    • 提供者:sachin
  1. HUFFMAN

    0下载:
  2. program in C++ for Halfman Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1360
    • 提供者:Ravi
  1. huffman-0.1

    0下载:
  2. this zip file contains source code for huffman algoritm in c language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:38868
    • 提供者:ankursatriani
  1. Huffman

    1下载:
  2. 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2014-12-08
    • 文件大小:5096
    • 提供者:LN
  1. Shannon-fano

    0下载:
  2. A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1426
    • 提供者:Bhaskar
  1. Huffman-coding-in-C-language

    0下载:
  2. 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:204650
    • 提供者:肖军
  1. Huffman

    0下载:
  2. C++代码实现huffman树,一种很有用的数据结构-huffman in c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2964849
    • 提供者:qwyieoy
  1. Huffman

    0下载:
  2. Huffman nen code in c++
  3. 所属分类:压缩解压

    • 发布日期:2018-04-29
    • 文件大小:2101248
    • 提供者:thinhlu123
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com